home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000231_news@columbia.edu _Wed Apr 26 10:43:52 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA29190
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 26 Apr 2000 10:43:51 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA00571
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 26 Apr 2000 10:36:42 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA27004
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 26 Apr 2000 10:07:50 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: K95 Mouse actions
  14. Date: 26 Apr 2000 14:07:49 GMT
  15. Organization: Columbia University
  16. Message-ID: <8e6t7l$qb0$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3906e0f1$1$95116$2c3edae7@news.voyager.net>,
  20. Jack Patteeuw  <jjpatteeuw@voyager.net> wrote:
  21.  
  22. : I currently use (and love) K95 at home to talk to VMS and Unix boxes at work.  At work
  23. : I use X Windows.  Is it possible to get K95's mouse buttons to work the same as X Windows ?
  24.  
  25. Not really.
  26.  
  27. : That is 
  28. : Double click of MB1 selects the current word (characters separated by white space).
  29. : Triple click of MB1 select the current line.
  30. : Optional, quad click of MB1 select the entire page.
  31.  
  32. You can do a lot of things with Kermit Script macros and the mouse
  33. buttons but simulating these actions are not possible at the current
  34. time in the general sense.  It would be possible for you to implement
  35.  
  36.   copy word to host
  37.   copy line to host
  38.   copy page to host
  39.  
  40. but I do not think the copy to clipboard functionality can be done.
  41.  
  42. : Paste is a single click of MB2 (I might need a different drive to get MB2).
  43.  
  44. You can do this with a single command
  45.  
  46.   SET MOUSE BUTTON 1 NONE CLICK \Kpaste
  47.  
  48.  
  49.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  50.                  The Kermit Project * Columbia University
  51.               612 West 115th St #716 * New York, NY * 10025
  52.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org